projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e9361
)
filechooserwidget: Remove unnecessary deprecation guards
author
Timm Bäder
<tbaeder@redhat.com>
Mon, 29 Apr 2019 10:04:25 +0000
(12:04 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 30 Apr 2019 03:36:20 +0000
(
05:36
+0200)
gtk/gtkfilechooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.c
b/gtk/gtkfilechooserwidget.c
index 41d0d5eaa8dbd674cf0bbb348eac158159ec112f..fe8b2af5419ad288f47cbd074ec16a9c9835ca2b 100644
(file)
--- a/
gtk/gtkfilechooserwidget.c
+++ b/
gtk/gtkfilechooserwidget.c
@@
-1664,7
+1664,6
@@
visit_file_cb (GSimpleAction *action,
g_slist_free_full (files, g_object_unref);
}
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/* Callback used when the "Open this folder" menu item is activated */
static void
open_folder_cb (GSimpleAction *action,
@@
-1690,7
+1689,6
@@
open_folder_cb (GSimpleAction *action,
g_slist_free_full (files, g_object_unref);
}
-G_GNUC_END_IGNORE_DEPRECATIONS
/* callback used when the "Show Hidden Files" menu item is toggled */
static void